projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1394df4
)
(vc-rcs-status): Make work buffer's name start w/ space.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Jul 1993 05:49:21 +0000
(
05:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 15 Jul 1993 05:49:21 +0000
(
05:49
+0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 4dfec89d4ea9844ce587b99aa970de1699f2e619..ceae9bfe715134002821998bb46b5f4647873d16 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-188,7
+188,7
@@
visiting FILE."
(save-excursion
;; Create work buffer.
- (set-buffer (get-buffer-create "*vc-rcs-status*"))
+ (set-buffer (get-buffer-create "
*vc-rcs-status*"))
(setq buffer-read-only nil
default-directory (file-name-directory master))
(erase-buffer)